home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / Edit.pak / EDIT.RH < prev    next >
Text File  |  1996-01-08  |  488b  |  14 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5.  
  6. // Menu item ids.
  7. //
  8. #define CM_INSERT_TEXT        400
  9. #define CM_DELETE_SUBTEXT     401
  10. #define CM_DELETE_LINE        402
  11. #define CM_SAVE_TEXT          403
  12. #define CM_RESTORE_TEXT       404
  13.  
  14. #define IDM_EXAMPLE_EDIT      100